home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Baggrundsideer / background_53248.txt < prev    next >
Text File  |  1988-12-19  |  3KB  |  133 lines

  1. -- background: 53248 from stack: in
  2. -- bmap block id: 31652
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=41 top=95 right=295 bottom=250
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 14
  21. -- style flags: 0
  22. -- line height: 18
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=315 top=69 right=150 bottom=467
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 2
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: 
  38.  
  39.  
  40. -- part 3 (field)
  41. -- low flags: 01
  42. -- high flags: 0000
  43. -- rect: left=299 top=204 right=311 bottom=473
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 3
  48. -- text size: 9
  49. -- style flags: 0
  50. -- line height: 12
  51. -- part name: 
  52.  
  53.  
  54. -- part 7 (button)
  55. -- low flags: 00
  56. -- high flags: 0000
  57. -- rect: left=149 top=278 right=311 bottom=170
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 16560 / 16560
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: 
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   visual effect wipe left
  69.   go to next card
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 8 (button)
  75. -- low flags: 00
  76. -- high flags: 0000
  77. -- rect: left=119 top=278 right=311 bottom=144
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 15420 / 15420
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: 
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   visual effect wipe right
  89.   go to prev card
  90. end mouseUp
  91.  
  92.  
  93.  
  94.  
  95. -- part 9 (button)
  96. -- low flags: 00
  97. -- high flags: 0004
  98. -- rect: left=3 top=23 right=52 bottom=35
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 21700 / 21700
  101. -- text alignment: 1
  102. -- font id: 0
  103. -- text size: 12
  104. -- style flags: 0
  105. -- line height: 16
  106. -- part name: Home
  107. ----- HyperTalk script -----
  108. on mouseUp
  109.   visual effect iris open
  110.   go Home
  111. end mouseUp
  112.  
  113.  
  114.  
  115. -- part 11 (button)
  116. -- low flags: 00
  117. -- high flags: 0000
  118. -- rect: left=222 top=280 right=308 bottom=259
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 6720 / 6720
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: Return
  127. ----- HyperTalk script -----
  128. on mouseUp
  129.   visual effect iris close
  130.   pop card
  131. end mouseUp
  132.  
  133.